git-jemalloc
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
committerAurelien Jarno <aurel32@debian.org>
Sat, 11 May 2024 21:17:18 +0000 (23:17 +0200)
commit686c3358cb0f14f863d9d52e7e1d3b0e54f9d9a5
tree6ef18378a767e554d421c8e746ae242874ce6e02
parent4c5f92afc87c5d22da4e3c8c4d3712c3796dddab
git-jemalloc

commit 644aa127b9b42a899a12b6ccc6644bc035c231e3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Tue Aug 8 12:10:06 2023 +0200

    htl: Add support for static TSD data

    When using jemalloc, malloc() needs to use TSD, while libpthread
    initialization needs malloc(). Supporting a static TSD area allows jemalloc
    and libpthread to initialize together.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-jemalloc.diff
sysdeps/htl/pt-destroy-specific.c
sysdeps/htl/pt-getspecific.c
sysdeps/htl/pt-init-specific.c
sysdeps/htl/pt-key-create.c
sysdeps/htl/pt-key-delete.c
sysdeps/htl/pt-key.h
sysdeps/htl/pt-setspecific.c